home *** CD-ROM | disk | FTP | other *** search
/ HaCKeRz Kr0nlcKLeZ 1 / HaCKeRz Kr0nlcKLeZ.iso / scriptz / mrv1.exe / MR.ZIP / MR / SCRIPT~1 / XWBOTS.TXT < prev   
Encoding:
Text File  |  1997-04-04  |  1.5 KB  |  50 lines

  1. (Quality scripts from #mirc-scripts!)
  2.  
  3. The follow script is designed for total access to X/W bot on the undernet!
  4. Its in two parts, one in aliases designed to determine the current bot you wish to speak to.
  5. And one in Popups under Channel: the meat of how the script functions!
  6.  
  7. Enjoy...
  8.  
  9.  
  10. This Script is part of KScript...
  11.  
  12. courtesy of ]{eyz
  13.  
  14.  
  15.  
  16. <Aliases>
  17.  
  18. /bots {
  19.   if ( x ison #) { %bot = X@channels.undernet.org } 
  20.   if ( w ison #) { %bot = W@channels2.undernet.org }
  21.   echo 4 $active ( $+ %bot $+ ) is the current Bot!
  22. }
  23.  
  24. <PopUps:Channel>
  25.  
  26. X/W - Bot - Controls
  27. .Login 
  28. ..With Password:/bots | /msg %bot login # $$?="Password" | /msg %bot op # $me
  29. ..W/O Password:/bots | /msg %bot login # | /msg %bot op # $me
  30. .--
  31. .Operator 
  32. ..Op:/bots | /msg %bot op # $$*
  33. ..Deop:/bots | /msg %bot deop # $$* 
  34. .Kick-Ban-Unban
  35. ..Kick:/bots | /msg %bot kick # $$* $$?="Kick Message:"
  36. ..Bans:/bots | /msg %bot ban # $$* 
  37. ..Unban:/bots | /msg %bot unban # $$?="Address or Nick"
  38. .Modinfo
  39. ..Access:/bots | /msg %bot modinfo # access $$1 $$?="Level"
  40. ..AutoOp:/bots | /msg %bot modinfo # autop $$1 $$?="ON/OFF"
  41. ..RemPass:/bots | /msg %bot modinfo # $$1 rempass
  42. .Add-Remove 
  43. ..Adduser:/bots | /msg %bot adduser # $$1 $$?="access?" $$?="password?" | /msg %bot modinfo # autoop $$1 on
  44. ..Remuser:/bots | /msg %bot remuser # $$1
  45. .--
  46. .Standard
  47. ..Access:/bots | /msg %bot access # $$*
  48. ..Chaninfo:/bots | /msg %bot chaninfo
  49. ..Banlist:/bots | /msg %bot banlist
  50. ..Manual:/bots | /msg %bot $$?="Enter Command"